docs: update User Management for RBAC v2 role collapse - #94
Merged
Conversation
Roles simplified from four to three: Account Manager and Pipeline Manager merged into Admin, Guest renamed to Member, and Analyst lost direct write access to sources/connections/dbt/pipelines (kept content authoring and infra view). Replaces the stale 4-role table with the new 3-role breakdown, documents owner-or-admin delete, and adds a migration note for orgs upgrading from the old roles. Also fixes a stale "Account Manager" reference in troubleshooting.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
admin/analyst/member, plus an internalsuper-admin): Account Manager and Pipeline Manager merge into Admin, Guest is renamed to Member, and Analyst loses direct write access to sources/connections/dbt models/pipelines while keeping full content authoring (dashboards, charts, reports, metrics, KPIs, alerts) and view-only infra access.docs/settings/user-management.mdwith the new 3-role breakdown, documents the owner-or-admin delete rule, and adds a note explaining the automatic role migration for existing orgs.docs/support/troubleshooting.md.Notes for reviewers
feature/rbacbranch inDDP_backend/webapp_v2(not just commit messages — the branch had two in-flight reversals, so I cross-checkedtest_rbac_v2_roles.py,main-layout.tsx, and the product's own onboarding-carousel copy inonboarding/constants.tsfor the authoritative final permissions).user_management.png,user_management_invite.png) still show the old role names in the UI since they predate the RBAC change — worth a re-capture once the feature is live.Test plan
yarn install+docusaurus startlocally and confirmed the page renders with correct breadcrumb, table, and admonitions